Skip to content

bugfix: unswap pins in usbconfig.h #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

todd-herbert
Copy link

The library, as is, fails to enumerate as a USB device on my machine.

The wiring diagram in circuits/arduino_vusb_dev_schematic.png shows the D+ line connected to pin 2, and the D- line connected to pin 7.

usbconfig.h currently shows the opposite, with D+ = 7, and D- = 2
After swapping these values, the library works as expected on my machine.

@DRCRecoveryData
Copy link

DRCRecoveryData commented May 14, 2024

The library, as is, fails to enumerate as a USB device on my machine.

The wiring diagram in circuits/arduino_vusb_dev_schematic.png shows the D+ line connected to pin 2, and the D- line connected to pin 7.

usbconfig.h currently shows the opposite, with D+ = 7, and D- = 2
After swapping these values, the library works as expected on my machine.

Hi,

Can you test my new example of button and pot?

https://github.com/DRCRecoveryData/vusb-arduino/tree/master

@todd-herbert
Copy link
Author

@DRCRecoveryData Can you describe the issue you are having?
Looking at the repo you linked, maybe there's some helpful info here: https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries/#manual-installation

@DRCRecoveryData
Copy link

@DRCRecoveryData Can you describe the issue you are having?
Looking at the repo you linked, maybe there's some helpful info here: https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries/#manual-installation

Ah i mean i create new code example but i don't have the arduino uno board in here to test with v-usb as midi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants